home *** CD-ROM | disk | FTP | other *** search
- On 02-Oct-97, Peter Falkesand wrote:
- >Hi All..
-
- Hi...
-
- >Is there some good extension that converts Dec to Hex ???
-
- Dunno, sorry :(
-
- >I know AMOS has one of it self but i doesn't like it.
- >A$=Hex$(50) give me the answer $32
- >But i doesn't want the $-sign in the value..
-
- Simply do the following....
-
- A$=Hex$(50)
- B$=A$-"$"
- Print B$
-
- Which will give the value 32 without the leading `$'
-
- hope this helps :)
-
- >Happy to get answers..
-
- Sorry I didn't have answers to your other quesies, but I'm sure I was
- even late with the above :(
-
- --
- _ _ _ _
- _)\ ____)\ _)\ _____)\ #cONTACT mE fOR mORE iNFO#
- /o° \ /o°____) /o° \ /o°_____) #oN aREA51 rELEASES aLSO.#
- // \ // / __ // \\\ \____
- /. O \ /. /___\ \ /. O \\____ \ *andy@agasinc.demon.co.uk*
- / _ \/ Y Y \/ _ \ ___\\ \
- \ __/ \___/\_________ /\___/ \ __//______/ Team *AMOS*
- Y Y Y Y
- L8R : ° · #cOMING sOON'ish#
- . Andy Gibson (AGAS Productons) *Roswell Gfx Adv*
- · -=<(aka SKiDZ/A51)>=- 9T7
-
-
-